Private Sub CommandButton1_Click()

    If TextBox1.Value = "1234" Then
    
        MsgBox "ȣ ġմϴ."
        Unload Me
                
    Else
    
        TextBox1.Value = ""
        TextBox1.SetFocus
    
    End If

End Sub
